home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-31 | 568 b | 19 lines | [TEXT/R*ch] |
-
-
- CBig2D and CBigArray
- Eric Yiskis
-
-
- Intro:
-
- Have you ever needed to create an array "on the fly" with an arbitrary size
- or tried to create an array in Think-C that was larger than 32K? ( No?
- then throw these files away and go back to what you were doing...) Anyway,
- these classes use a handle and an array mapping function to create one and
- two dimensional arrays that can be created at runtime and be as large
- as the largest free block of memory you have.
-
- I use them for fractal arrays; I let the user set the size so they have to
- be allocated on the fly.
-
-